projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e603388
)
(Man-section-regexp): Allow section names l, n, L, N.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 11 Nov 1993 07:17:08 +0000
(07:17 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 11 Nov 1993 07:17:08 +0000
(07:17 +0000)
lisp/man.el
patch
|
blob
|
history
diff --git
a/lisp/man.el
b/lisp/man.el
index 9c011ea7d0c50395c526c8572b1805e442eb6fab..709580f8636adcdecdc7fb6686dc6d827e4586fc 100644
(file)
--- a/
lisp/man.el
+++ b/
lisp/man.el
@@
-188,7
+188,7
@@
the manpage buffer.")
(defvar Man-mode-hooks nil
"*Hooks for Man mode.")
-(defvar Man-section-regexp "[0-9][a-zA-Z+]*"
+(defvar Man-section-regexp "[0-9][a-zA-Z+]*
\\|[LNln]
"
"*Regular expression describing a manpage section within parentheses.")
(defvar Man-heading-regexp "^ ?[A-Z]"